-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor tests when moving to k8s.io/client-go v0.26.0 #4107
Conversation
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
…k_test.go Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
c702a81
to
059e247
Compare
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this!
Please also see the failing Static Checks, there are a few suggestions how to modify the code.
…tream() Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
…incompatibility Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
/run-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great job!
Hi team,
This is the first PR to resolve #4013. There will be a followed up PR on this issue as this is a relatively big one and I would like to break it down into smaller pieces
A few things I have done:
k8s.io/client-go v0.26.0
as it uses ginkgov2 (release note)BeforeSuite()
. I take references from here Timeout on setup nodes in ginkgo v2 onsi/ginkgo#882. Although I think we might need to refactor even further but I would leave that for another MRChecklist